Designing your own radar map:
################################################
GTA V radar map ranges from
	X: -4100 to 4850 (west to east)
	Y: 8400 to -5100 (north to south)
So, the left corner (0, 0) of the radar image is at (X: -4100, Y: 8400) in-game. You must take this into consideration, when drawing the map image!


Adding your own radar map:
################################################
To be able to add your own radar map, you have to cut your image into 6 pieces. These pieces are in 3 rows, 2 piece/row.
The pieces are the following:
	0_0: north-west piece
	0_1: north-east piece
	1_0: center-west piece
	1_1: center-east piece
	2_0: south-west piece
	2_1: south-east piece
NOTICE: 'Add' means: replace the original inside the YTD file with your own one! 
Before adding them to the 'minimap_*_*.ytd' files, you must resize (not cut!) them to 4096x4096!
You must add the same images, in the same manner, to 'minimap_sea_*_*.ytd' files too!
And finally, you need to resize (not cut!) the full map image to 8192x8192 (best possible quality!), and add it to the 'minimap_lod_128.ytd' file.
